home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / spell / languages-dialog.ui next >
Encoding:
Extensible Markup Language  |  2009-04-14  |  6.9 KB  |  146 lines

  1. <?xml version="1.0"?>
  2. <!--*- mode: xml -*-->
  3. <interface>
  4.   <object class="GtkDialog" id="dialog">
  5.     <property name="border_width">5</property>
  6.     <property name="title" translatable="yes">Set language</property>
  7.     <property name="type">GTK_WINDOW_TOPLEVEL</property>
  8.     <property name="window_position">GTK_WIN_POS_NONE</property>
  9.     <property name="modal">True</property>
  10.     <property name="resizable">True</property>
  11.     <property name="destroy_with_parent">True</property>
  12.     <property name="decorated">True</property>
  13.     <property name="skip_taskbar_hint">False</property>
  14.     <property name="skip_pager_hint">False</property>
  15.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  16.     <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
  17.     <property name="focus_on_map">True</property>
  18.     <property name="urgency_hint">False</property>
  19.     <property name="has_separator">False</property>
  20.     <child internal-child="vbox">
  21.       <object class="GtkVBox" id="dialog-vbox1">
  22.         <property name="visible">True</property>
  23.         <property name="homogeneous">False</property>
  24.         <property name="spacing">2</property>
  25.         <child internal-child="action_area">
  26.           <object class="GtkHButtonBox" id="dialog-action_area1">
  27.             <property name="visible">True</property>
  28.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  29.             <child>
  30.               <object class="GtkButton" id="helpbutton1">
  31.                 <property name="visible">True</property>
  32.                 <property name="can_default">True</property>
  33.                 <property name="can_focus">True</property>
  34.                 <property name="label">gtk-help</property>
  35.                 <property name="use_stock">True</property>
  36.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  37.                 <property name="focus_on_click">True</property>
  38.               </object>
  39.             </child>
  40.             <child>
  41.               <object class="GtkButton" id="closebutton1">
  42.                 <property name="visible">True</property>
  43.                 <property name="can_default">True</property>
  44.                 <property name="can_focus">True</property>
  45.                 <property name="label">gtk-cancel</property>
  46.                 <property name="use_stock">True</property>
  47.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  48.                 <property name="focus_on_click">True</property>
  49.               </object>
  50.             </child>
  51.             <child>
  52.               <object class="GtkButton" id="button1">
  53.                 <property name="visible">True</property>
  54.                 <property name="can_default">True</property>
  55.                 <property name="can_focus">True</property>
  56.                 <property name="label">gtk-ok</property>
  57.                 <property name="use_stock">True</property>
  58.                 <property name="relief">GTK_RELIEF_NORMAL</property>
  59.                 <property name="focus_on_click">True</property>
  60.               </object>
  61.             </child>
  62.           </object>
  63.           <packing>
  64.             <property name="padding">0</property>
  65.             <property name="expand">False</property>
  66.             <property name="fill">True</property>
  67.             <property name="pack_type">GTK_PACK_END</property>
  68.           </packing>
  69.         </child>
  70.         <child>
  71.           <object class="GtkVBox" id="content">
  72.             <property name="border_width">5</property>
  73.             <property name="visible">True</property>
  74.             <property name="homogeneous">False</property>
  75.             <property name="spacing">11</property>
  76.             <child>
  77.               <object class="GtkLabel" id="label1">
  78.                 <property name="visible">True</property>
  79.                 <property name="label" translatable="yes">Select the _language of the current document.</property>
  80.                 <property name="use_underline">True</property>
  81.                 <property name="use_markup">False</property>
  82.                 <property name="justify">GTK_JUSTIFY_LEFT</property>
  83.                 <property name="wrap">True</property>
  84.                 <property name="selectable">False</property>
  85.                 <property name="xalign">0</property>
  86.                 <property name="yalign">0.5</property>
  87.                 <property name="xpad">0</property>
  88.                 <property name="ypad">0</property>
  89.                 <property name="mnemonic_widget">languages_treeview</property>
  90.                 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
  91.                 <property name="width_chars">-1</property>
  92.                 <property name="single_line_mode">False</property>
  93.                 <property name="angle">0</property>
  94.               </object>
  95.               <packing>
  96.                 <property name="padding">0</property>
  97.                 <property name="expand">False</property>
  98.                 <property name="fill">False</property>
  99.               </packing>
  100.             </child>
  101.             <child>
  102.               <object class="GtkScrolledWindow" id="scrolledwindow1">
  103.                 <property name="visible">True</property>
  104.                 <property name="can_focus">True</property>
  105.                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  106.                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  107.                 <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
  108.                 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
  109.                 <child>
  110.                   <object class="GtkTreeView" id="languages_treeview">
  111.                     <property name="height_request">180</property>
  112.                     <property name="visible">True</property>
  113.                     <property name="can_focus">True</property>
  114.                     <property name="headers_visible">False</property>
  115.                     <property name="rules_hint">False</property>
  116.                     <property name="reorderable">False</property>
  117.                     <property name="enable_search">True</property>
  118.                     <property name="fixed_height_mode">False</property>
  119.                     <property name="hover_selection">False</property>
  120.                     <property name="hover_expand">False</property>
  121.                   </object>
  122.                 </child>
  123.               </object>
  124.               <packing>
  125.                 <property name="padding">0</property>
  126.                 <property name="expand">True</property>
  127.                 <property name="fill">True</property>
  128.               </packing>
  129.             </child>
  130.           </object>
  131.           <packing>
  132.             <property name="padding">0</property>
  133.             <property name="expand">True</property>
  134.             <property name="fill">True</property>
  135.           </packing>
  136.         </child>
  137.       </object>
  138.     </child>
  139.     <action-widgets>
  140.       <action-widget response="-11">helpbutton1</action-widget>
  141.       <action-widget response="-6">closebutton1</action-widget>
  142.       <action-widget response="-5">button1</action-widget>
  143.     </action-widgets>
  144.   </object>
  145. </interface>
  146.